ParameterDownloadOptions(ISet<ElementId>, Boolean, Boolean, ForgeTypeId)
Description:
Creates a new ParameterDownloadOptions instance. Category bindings are represented by an ElementIdSet populated with category identifiers.
Creates a new ParameterDownloadOptions instance. Category bindings are represented by an ElementIdSet populated with category identifiers.
Overloads (2):
ParameterDownloadOptions(ISet[ElementId],Boolean,Boolean,ForgeTypeId)
public ParameterDownloadOptions(
ISet<ElementId> categories,
bool isInstance,
bool visible,
ForgeTypeId groupTypeId
)
-
ISet<ElementId>categoriesThe category identifiers.
-
BooleanisInstanceTrue if binding to Element instances, false if binding to Element types.
-
BooleanvisibleTrue if the parameter is visible to the user, false if it is hidden and accessible only via the API.
-
groupTypeIdProperties palette group identifier.
-
A non-optional argument was null